home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / workbench / parex / parexscripts / stripnewpage < prev    next >
Encoding:
AmigaDOS Script File  |  1993-11-25  |  353 b   |  13 lines

  1. .KEY FROMFILE/A,PAREXARGS/F
  2.  
  3. ; PARex v3.xx program script: "StripNEWPAGE"
  4. ; ~~~~~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~
  5. ; Update: 13-Nov-93
  6.  
  7. ; $VER: StripNEWPAGE 39.001 (13.11.93) Strip all newpage codes from a text.
  8.  
  9. ; If no TO file is given then the destination file is called "FROMFILE.prx".
  10.  
  11. PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \f BY "" }
  12.  
  13.